Skip to content

Consolidate the ESP8266Interface and ESP8266Stack #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 28, 2016
Merged

Conversation

geky
Copy link
Contributor

@geky geky commented Jul 28, 2016

note: no api changes

Previously an unnecessary dichotomy was introduced between the stack and interface components of the esp8266. The esp8266 provides both operations from a single object and does not benefit from this seperation.

In this situation, multiple inheritance provides a reasonable solution, as the esp8266 class satisfies multiple interfaces.

ARMmbed/mbed-os@e095654 resolved an ambiguity/protection issue that prevented this consolidation

geky added 2 commits July 28, 2016 05:23
@geky geky force-pushed the consolidate-stack branch from 6583b9f to 6077440 Compare July 28, 2016 17:26
@geky geky merged commit 450cc12 into master Jul 28, 2016
@geky geky deleted the consolidate-stack branch July 28, 2016 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant